type github.com/jackc/pgx/v5/pgconn.contextAlreadyDoneError
5 uses
github.com/jackc/pgx/v5/pgconn (current package)
errors.go#L209: type contextAlreadyDoneError struct {
errors.go#L213: func (e *contextAlreadyDoneError) Error() string {
errors.go#L217: func (e *contextAlreadyDoneError) SafeToRetry() bool {
errors.go#L221: func (e *contextAlreadyDoneError) Unwrap() error {
errors.go#L227: return &errTimeout{&contextAlreadyDoneError{err: ctx.Err()}}
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)